AppendBoxes<T>(Stream,List<T>) Method

Summary

Appends multiple boxes to a JPEG 2000 data stream. This method is available in the Document/Medical Toolkits.

Syntax
C#
VB
C++
public void AppendBoxes<T>( 
   Stream stream, 
   List<T> boxes 
) 
  
Public Overloads Sub AppendBoxes(Of T As Jpeg2000MultiBox)( _ 
   ByVal stream As Stream, _ 
   ByVal boxes As List(Of T) _ 
)  
public: 
void AppendBoxesgeneric<typename T> 
(  
   Stream^ stream, 
   List<T^>^ boxes 
)  
where T: Jpeg2000MultiBox 

Parameters

stream
A System.IO.Stream containing the JPEG 2000 file data.

boxes
A list of Jpeg2000MultiBox objects containing the box data being appended.

Type Parameters

T

Remarks

According to the JPEG 2000 standard a ResolutionBox cannot be appended to a file. Set it using the SetBox method. Attempting to append a ResolutionBox will cause an invalid parameter exception to be thrown.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpeg2000 Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.